home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.0 KB | 50 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = IBTip
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Mini-8.tiff
- LOCAL_RESOURCES = IBTip.nib
-
- GLOBAL_RESOURCES = Connected.snd
-
- CLASSES = DocumentIcon.m Escaper.m Fdset.m Modem.m MyObject.m Source.m \
- StringResponder.m Term.m Tty.m
-
- HFILES = DocumentIcon.h Escaper.h Fdset.h Modem.h MyObject.h Source.h \
- StringResponder.h Term.h Tty.h
-
- MFILES = IBTip_main.m
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Mini-8.tiff
-
- LIBS = -ldbkit_s -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-